b5ef6c9316
Add tests for KT-45191 [JPS] Marking method as "default" in Java SAM interface doesn't affect dependencies, which was fixed in intlellij(212): cbad0d91 support kotlin-generated lambda usage #KT-45191 Fixed
3 lines
70 B
Kotlin
Vendored
3 lines
70 B
Kotlin
Vendored
fun usageWithFunctionLiteral() {
|
|
SamInterface { println("Hi!") }
|
|
} |