Fix test data of codegen tests for KT-47328 for 1.6

This commit is contained in:
Alexander Udalov
2021-07-21 20:14:19 +02:00
committed by Mikhael Bogdanov
parent f1ac5796ed
commit b442e598d3
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// This test can be removed as soon as the compiler stops supporting language version 1.5.
// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor
// WITH_RUNTIME
interface A { val x: Int }