Fixed exception AssertionError: Illegal resolved call to variable with invoke
#KT-13330 Fixed #KT-13349 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
object Foo {
|
||||
operator fun <T> invoke() {}
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
Foo<Int>()
|
||||
}
|
||||
Reference in New Issue
Block a user