Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt1736.kt
T
2015-04-29 14:07:04 +02:00

10 lines
148 B
Kotlin
Vendored

//KT-1736 AssertionError in CallResolver
package kt1736
object Obj {
fun method() {
}
}
val x = Obj.method<!TOO_MANY_ARGUMENTS!>{ -> }<!>