[TEST] Migrate AbstractDiagnosticsWithModifiedMockJdkTest to new test runners
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// !JDK_KIND: MODIFIED_MOCK_JDK
|
||||
abstract class A : Throwable(1.0) {}
|
||||
|
||||
fun foo() {
|
||||
Throwable(1.5)
|
||||
}
|
||||
Reference in New Issue
Block a user