Tests for KT-1714 Reference to function is generated with private getter method
#KT-1714 fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user