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