KT-11996 Fix issue with referencing outer class in case of inner class constructors and members/properties. Fix issue with referencing outer classes from secondary constructors. Remove unnecessary tests.
This commit is contained in:
@@ -1120,10 +1120,6 @@ fun main(args: Array<String>) {
|
||||
model("codegen/box/secondaryConstructors", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractNestedTypesTest>() {
|
||||
model("codegen/box/classes/inner", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
testClass<AbstractClassesTest>() {
|
||||
model("codegen/box/classes/", targetBackend = TargetBackend.JS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user