Add quick fix for 'JAVA_CLASS_ON_COMPANION'
#KT-29264 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
d61158a176
commit
15a615d63b
@@ -0,0 +1,5 @@
|
||||
// "Replace with '::class.java'" "true"
|
||||
// WITH_RUNTIME
|
||||
fun main() {
|
||||
val c = Int.javaClass<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user