e10b50a648
#KT-15640 Fixed
6 lines
88 B
Kotlin
Vendored
6 lines
88 B
Kotlin
Vendored
interface I
|
|
|
|
class <caret>A : I {
|
|
// INFO: {checked: "true"}
|
|
final val one = 1
|
|
} |