df533053f9
It was already working in JPS, because it see our synthetic classes as subclasses for SAM's, but with non-JPS build we have to manually tracking places that should be recompiled after SAM members are changed
4 lines
51 B
Kotlin
Vendored
4 lines
51 B
Kotlin
Vendored
fun usageWithStatic() {
|
|
JavaClass.bar { "" }
|
|
}
|