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:
Stepan Koltsov
2011-12-07 20:32:58 +04:00
parent 8735122cce
commit 4cd02c983d
4 changed files with 165 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
class Hello {
public static void xx() {
int x = namespace.f();
}
}