KT-846: better (and correct) names for shared vars
This commit is contained in:
committed by
Nikolay Krasko
parent
fb27805c68
commit
a984b609bc
@@ -34,6 +34,11 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
|
||||
blackBoxFile("extensionFunctions/virtual.jet");
|
||||
}
|
||||
|
||||
public void testShared() throws Exception {
|
||||
blackBoxFile("extensionFunctions/shared.kt");
|
||||
System.out.println(generateToText());
|
||||
}
|
||||
|
||||
public void testKt475() throws Exception {
|
||||
blackBoxFile("regressions/kt475.jet");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user