Get rid of LoadJavaDescriptorsTest.
Implement the same test via existing LoadJavaDescriptorsTest. Move test data.
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
package test;
|
||||
|
||||
class A implements B.C {
|
||||
public class inner implements B.C {
|
||||
}
|
||||
|
||||
class B {
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace test
|
||||
|
||||
public open class test.inner : test.B.C {
|
||||
public final /*constructor*/ fun <init>(): test.inner
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace test
|
||||
|
||||
public final val foo: jet.String
|
||||
+1
-2
@@ -1,4 +1,3 @@
|
||||
|
||||
class StaticFinal {
|
||||
public class test {
|
||||
public static final String foo = "aaa";
|
||||
}
|
||||
Reference in New Issue
Block a user