[FE 1.0] Make "Unit conversions" accessible experimental feature
This commit is contained in:
+6
@@ -32690,6 +32690,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/unitConversion/chainedUnitSuspendConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49394.kt")
|
||||
public void testKt49394() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/unitConversion/kt49394.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noUnitConversionForGenericTypeFromArrow.kt")
|
||||
public void testNoUnitConversionForGenericTypeFromArrow() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user