10 lines
148 B
Kotlin
Vendored
10 lines
148 B
Kotlin
Vendored
//KT-1736 AssertionError in CallResolver
|
|
|
|
package kt1736
|
|
|
|
object Obj {
|
|
fun method() {
|
|
}
|
|
}
|
|
|
|
val x = Obj.method<!TOO_MANY_ARGUMENTS!>{ -> }<!> |