[FIR-IDE] Regenerate tests

This commit is contained in:
Dmitriy Novozhilov
2020-10-16 15:22:12 +03:00
parent 8cb08139e1
commit 9f5191f2a1
@@ -208,6 +208,11 @@ public class LazyBodyIsNotTouchedTilContractsPhaseTestGenerated extends Abstract
runTest("compiler/fir/analysis-tests/testData/resolve/genericReceiverPropertyOverride.kt");
}
@TestMetadata("implicitTypeInFakeOverride.kt")
public void testImplicitTypeInFakeOverride() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/implicitTypeInFakeOverride.kt");
}
@TestMetadata("incorrectSuperCall.kt")
public void testIncorrectSuperCall() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/incorrectSuperCall.kt");