Get rid of LoadJavaDescriptorsTest.

Implement the same test via existing LoadJavaDescriptorsTest.
Move test data.
This commit is contained in:
Pavel V. Talanov
2012-08-23 13:31:03 +04:00
parent 971b27fe61
commit 9dc611c4fe
6 changed files with 26 additions and 85 deletions
@@ -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,4 +1,3 @@
class StaticFinal {
public class test {
public static final String foo = "aaa";
}