blob: ea2f0ec4a30d9c1a5096908cf4e19f43e0c19291 [file] [log] [blame]
class A {
companion object {
fun invoke(i: Int) = i
}
}
fun test() = A<caret>(1)