3122760c49
- All those tests already pass, they are needed to fix the behaviour of the inspection before the changes
7 lines
169 B
Kotlin
Vendored
7 lines
169 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun JavaTest.usage() {
|
|
fun foo(a: () -> Unit) {}
|
|
|
|
foo(JavaTest.FunInterface1<caret> { 10 }) // local foo will be used without SAM constructor
|
|
} |