Support for namespace variables in nested namespaces.
This commit is contained in:
@@ -38,8 +38,11 @@ public final class NamespaceTest extends SingleFileTranslationTest {
|
||||
runFunctionOutputTest("deeplyNestedNamespaceFunctionCalled.kt", "foo1.foo2.foo3.foo5.foo6.foo7.foo8", "box", true);
|
||||
}
|
||||
|
||||
|
||||
public void testClassCreatedInDeeplyNestedNamespace() throws Exception {
|
||||
runFunctionOutputTest("classCreatedInDeeplyNestedNamespace.kt", "foo1.foo2.foo3.foo5.foo6.foo7.foo8", "box", true);
|
||||
}
|
||||
|
||||
public void testInitializersOfNestedNamespacesExecute() throws Exception {
|
||||
runFunctionOutputTest("initializersOfNestedNamespacesExecute.kt", "foo1.foo2.foo3.foo5.foo6.foo7.foo8", "box", true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user