K2: use ClassKind.CLASS for object literals
K1 uses CLASS, and libraries like kotlinx-metadata-jvm and kotlin-reflect already rely on it. #KT-57641 Fixed
This commit is contained in:
committed by
Space Team
parent
1be0fcb53a
commit
f3a7312ee6
@@ -1,5 +1,3 @@
|
||||
// IGNORE K2
|
||||
|
||||
fun test() = object : Runnable {
|
||||
override fun run() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user