blob: d557b4831518fd7acd8a2a364a7d75e0a486a8cd [file]
package test
object Conflict {
operator fun invoke() {}
}
fun testFoo() {
class Conflict
<caret>Conflict()
}