618f9f62f6
#KT-10309 Fixed
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// GENERATOR: SINGLE_TEMPLATE
|
|
class A(val n: Int) {<caret>
|
|
fun foo() {
|
|
|
|
}
|
|
} |