AA: introduce new APIs to get containing file (symbol) and JvmClassName
^KTIJ-27686
This commit is contained in:
committed by
Space Team
parent
5b6363b0df
commit
797174ee1f
@@ -0,0 +1,11 @@
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
||||
@file:kotlin.jvm.JvmMultifileClass
|
||||
@file:kotlin.jvm.JvmName("NotMultiFilePartKt")
|
||||
|
||||
fun foo() {}
|
||||
|
||||
fun String.foo(): Int = 42
|
||||
|
||||
val x: Int = 42
|
||||
|
||||
val Int.y get() = this
|
||||
Reference in New Issue
Block a user