2bf3b435f2
#KT-25579 Fixed
7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test(public: Int) {
|
|
public // comment1
|
|
<caret>; // comment2
|
|
class A
|
|
}
|