blob: 652be84ab7a6c9ad6a9f27bfe4fcdae8474a3c81 [file]
package test
class Conflict
fun test() {
class Conflict(i: Int)
<caret>Conflict()
}