b3fe830b6e
#KT-27074 Fixed
6 lines
164 B
Plaintext
Vendored
6 lines
164 B
Plaintext
Vendored
// DISABLE-ERRORS
|
|
// WITH_RUNTIME
|
|
|
|
val someNullableString: String? = ""
|
|
fun String.bar(): Result<String> = Result.success("")
|
|
val result = someNullableString?.bar() |