11 lines
96 B
Kotlin
Vendored
11 lines
96 B
Kotlin
Vendored
package test
|
|
|
|
class Conflict
|
|
|
|
fun test() {
|
|
class Conflict(i: Int)
|
|
|
|
<caret>Conflict()
|
|
}
|
|
|