KT-2417 fix: proper handling of !in

This commit is contained in:
Alex Tkachman
2012-08-06 10:33:27 +03:00
parent 4891e0e299
commit 3f4a197184
3 changed files with 48 additions and 10 deletions
@@ -508,4 +508,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt1845_1.kt", "regressions/kt1845_2.kt");
}
public void testKt2417() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2417.kt");
}
}