fix: PathOption should be open, not sealed

This commit is contained in:
Sculas 2022-09-06 22:36:20 +02:00
parent 75d2be8803
commit a562e476c0
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -196,7 +196,7 @@ sealed class PatchOption<T>(
* A [PatchOption] representing a [Path]. * A [PatchOption] representing a [Path].
* @see PatchOption * @see PatchOption
*/ */
sealed class PathOption( open class PathOption(
key: String, key: String,
default: Path?, default: Path?,
title: String, title: String,