fix KT-2892

This commit is contained in:
Peter Kofler
2012-10-29 22:10:00 +01:00
parent 81de3cd46a
commit 28160ecb11
3 changed files with 24 additions and 1 deletions
@@ -360,4 +360,10 @@ public class PropertyGenTest extends CodegenTestCase {
throw new RuntimeException(e);
}
}
public void testKt2892() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("properties/kt2892.kt");
}
}