Tests for KT-1714 Reference to function is generated with private getter method

#KT-1714 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-06-16 19:23:03 +04:00
parent e45833b213
commit 86c8e4bf18
3 changed files with 45 additions and 0 deletions
@@ -231,4 +231,14 @@ public class PropertyGenTest extends CodegenTestCase {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt1482.kt");
}
public void testKt1714() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt1714.kt");
}
public void testKt1714_minimal() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt1714_minimal.kt");
}
}