Place inference from getters under the language feature

This commit is contained in:
Mikhail Zarechenskiy
2016-12-19 20:16:56 +03:00
parent c6a812b11c
commit 35e732a97f
5 changed files with 119 additions and 1 deletions
@@ -15453,6 +15453,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("unsupportedInferenceFromGetters.kt")
public void testUnsupportedInferenceFromGetters() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/unsupportedInferenceFromGetters.kt");
doTest(fileName);
}
@TestMetadata("vars.kt")
public void testVars() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/properties/inferenceFromGetters/vars.kt");