5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
interface MyInterface {
|
|
val <caret>prop5: Int
|
|
} |