mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Delete kotlin.jvm.internal.KObject
It was supposed to be used in reflection but the benefits do not outweigh the cost of KT-6951 #KT-3223 Fixed #KT-6951 Fixed
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
public final class Synthetic implements kotlin.jvm.internal.KObject {
|
||||
public final class Synthetic {
|
||||
private final void foo() { /* compiled code */ }
|
||||
|
||||
public Synthetic() { /* compiled code */ }
|
||||
|
||||
public final class Inner implements kotlin.jvm.internal.KObject {
|
||||
public final class Inner {
|
||||
public final void test() { /* compiled code */ }
|
||||
|
||||
public Inner() { /* compiled code */ }
|
||||
|
||||
Reference in New Issue
Block a user