JVM: update test data after enabling IR fake override builder

#KT-61514 Fixed
This commit is contained in:
Alexander Udalov
2024-01-09 16:08:15 +01:00
committed by Space Team
parent f98a22e8e4
commit dfd9aabf8e
83 changed files with 244 additions and 1006 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// TARGET_BACKEND: JVM
// FILE: fakeOverridesForJavaStaticMembers.kt
import a.Base
@@ -12,4 +13,4 @@ public class Base {
protected static void protectedStaticMethod() {}
static void packagePrivateStaticMethod() {}
private static void privateStaticMethod() {}
}
}