blob: e66516332d01483f03d53658d103f8f0ec26fdc3 [file]
package test
class Conflict {
companion object
}
fun test() {
class Conflict
<caret>Conflict()
}