12 lines
101 B
Kotlin
Vendored
12 lines
101 B
Kotlin
Vendored
// IGNORE_FIR
|
|
package test
|
|
|
|
object Conflict
|
|
|
|
fun test() {
|
|
class Conflict
|
|
|
|
<caret>Conflict
|
|
}
|
|
|