mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
CompileJavaAgainstKotlinTest
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
This commit is contained in:
6
compiler/testData/compileJavaAgainstKotlin/Hello.java
Normal file
6
compiler/testData/compileJavaAgainstKotlin/Hello.java
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
class Hello {
|
||||
public static void xx() {
|
||||
int x = namespace.f();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user