[FE] Move type-related checks to TypeResolver
This commit is contained in:
committed by
TeamCityServer
parent
9896cbd2b8
commit
7ab9b68ad5
+6
@@ -10726,6 +10726,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/typeParameterizedList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("unsupported.kt")
|
||||
public void testUnsupported() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/unsupported.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("withExplicitReceiver.kt")
|
||||
public void testWithExplicitReceiver() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user