ccfa5f8c2c
#KT-2764 Fixed (EA-38857)
9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
}
|
|
|
|
class <caret>Foo(val b: Int) {
|
|
{
|
|
this.b
|
|
}
|
|
}
|