[KAPT] Migrate kapt tests to new test infrastructure
This commit is contained in:
committed by
teamcity
parent
fdf1b8b1c0
commit
9c41e75802
+3
-3
@@ -1,3 +1,5 @@
|
||||
// EXPECTED_ERROR: class J$B is public, should be declared in a file named J$B.java
|
||||
|
||||
// FILE: test/JavaClass.java
|
||||
package test;
|
||||
|
||||
@@ -7,7 +9,7 @@ class JavaClass {
|
||||
}
|
||||
}
|
||||
|
||||
//FILE: test/J$B.java
|
||||
// FILE: test/J$B.java
|
||||
package test;
|
||||
|
||||
public class J$B {
|
||||
@@ -82,5 +84,3 @@ class Test1(val zoo: Foo.Bar.Zoo) : Foo.Bar(), IFoo.IBar, IFoo.IBar.IZoo {
|
||||
fun a(): Thread.State = Thread.State.NEW
|
||||
fun b(foo: JavaClass.Foo, bar: JavaClass.Foo.Bar) {}
|
||||
}
|
||||
|
||||
// EXPECTED_ERROR class J$B is public, should be declared in a file named J$B.java
|
||||
|
||||
Reference in New Issue
Block a user