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