KT-2566 fix - accessors naming

This commit is contained in:
Alex Tkachman
2012-08-02 19:07:55 +03:00
parent 6062e0e03d
commit d6e614a2d4
4 changed files with 54 additions and 35 deletions
@@ -471,4 +471,14 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2395.kt");
}
public void testKt2566() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2566.kt");
}
public void testKt2566_2() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2566_2.kt");
}
}