mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
Test is: 1. find pairs of kotlin/java files in compiler/testData/compileJavaAgainstKotlin and for each pair 2. compile kotlin file 3. compile java file with kotlin .class in classpath 4. check everything is OK
7 lines
84 B
Java
7 lines
84 B
Java
|
|
class Hello {
|
|
public static void xx() {
|
|
int x = namespace.f();
|
|
}
|
|
}
|