Fix test data of codegen tests for KT-47328 for 1.6
This commit is contained in:
committed by
Mikhael Bogdanov
parent
f1ac5796ed
commit
b442e598d3
@@ -1,3 +1,5 @@
|
|||||||
|
// This test can be removed as soon as the compiler stops supporting language version 1.5.
|
||||||
|
// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
interface A { val x: Int }
|
interface A { val x: Int }
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// This test can be removed as soon as the compiler stops supporting language version 1.5.
|
||||||
|
// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor
|
||||||
// SKIP_KT_DUMP
|
// SKIP_KT_DUMP
|
||||||
// SKIP_KLIB_TEST
|
// SKIP_KLIB_TEST
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
Reference in New Issue
Block a user