[IC] Add test for potential sam change in kotlin-java interop
JPS tests were fixed on IJ side during implementation of JPS on graph Relates to KT-21534
This commit is contained in:
committed by
Space Team
parent
49ae1b8d01
commit
5150812838
+8
@@ -0,0 +1,8 @@
|
||||
fun JavaClass.foo(x: String) {
|
||||
println("extension")
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
JavaClass().foo("str")
|
||||
}
|
||||
//KT-21534
|
||||
Reference in New Issue
Block a user