6 lines
99 B
Kotlin
6 lines
99 B
Kotlin
fun foo() {
|
|
val str : String
|
|
str. <caret>
|
|
}
|
|
|
|
// ABSENT: public, val, in, if, when, this |