10 lines
91 B
Kotlin
Vendored
10 lines
91 B
Kotlin
Vendored
package test
|
|
|
|
object Conflict
|
|
|
|
fun testFoo() {
|
|
class Conflict
|
|
|
|
<caret>Conflict()
|
|
}
|