7 lines
79 B
Kotlin
7 lines
79 B
Kotlin
package test
|
|
|
|
class Foo {
|
|
val s: <caret>String = ""
|
|
}
|
|
|
|
// REF: (jet).String |