52e9117e9d
#KT-15353 Fixed
8 lines
99 B
Kotlin
Vendored
8 lines
99 B
Kotlin
Vendored
// NAME: class
|
|
// SIBLING:
|
|
class <caret>A {
|
|
// INFO: {checked: "true"}
|
|
fun foo() {
|
|
|
|
}
|
|
} |