Update tests on decompiled text for JS
Because .kjsm files now contain all declarations from the package (contrary to the JVM decompiler which produces one file for one class/package facade), some common decompiled text tests started to behave differently on JVM and JS. Update two of them (Modifiers, ClassWithClassObject) to make results the same, copy another (TypeAliases) to JVM-/JS-specific tests with different outputs
This commit is contained in:
+4
-4
@@ -25,10 +25,10 @@ class ClassWithClassObject {
|
||||
throw RuntimeException()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
}
|
||||
class B {
|
||||
}
|
||||
|
||||
class A {
|
||||
class A {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user