4 lines
72 B
Kotlin
Vendored
4 lines
72 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
interface Interface {
|
|
<caret>val x: String
|
|
} |