Unresolved reference not reported on data class constructor @get annotation (KT-19628)

This commit is contained in:
Yan Zhulanow
2018-07-17 20:38:52 +03:00
parent 463f8dae6a
commit bda14fcbb2
13 changed files with 131 additions and 10 deletions
@@ -396,6 +396,21 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/kotlinPackage.args");
}
@TestMetadata("kt19628_12.args")
public void testKt19628_12() throws Exception {
runTest("compiler/testData/cli/jvm/kt19628_12.args");
}
@TestMetadata("kt19628_13.args")
public void testKt19628_13() throws Exception {
runTest("compiler/testData/cli/jvm/kt19628_13.args");
}
@TestMetadata("kt19628_progressive.args")
public void testKt19628_progressive() throws Exception {
runTest("compiler/testData/cli/jvm/kt19628_progressive.args");
}
@TestMetadata("kt22304.args")
public void testKt22304() throws Exception {
runTest("compiler/testData/cli/jvm/kt22304.args");