KT-846: better (and correct) names for shared vars

This commit is contained in:
Alex Tkachman
2011-12-16 10:45:46 +02:00
committed by Nikolay Krasko
parent fb27805c68
commit a984b609bc
7 changed files with 31 additions and 10 deletions
@@ -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");
}