4cd7193047
#KT-11018 Fixed
8 lines
263 B
Plaintext
Vendored
8 lines
263 B
Plaintext
Vendored
Resolve target: value-parameter p: kotlin.String?
|
|
----------------------------------------------
|
|
fun foo(p: String?) {
|
|
/* STATEMENT DELETED: class LocalClass { fun f(): String? { if (p == null) return null print(p.size) return "" } } */
|
|
|
|
<caret>p?.size
|
|
}
|