JVM_IR: avoid descriptors when tracking inline properties
Preparing to use wrapped properties in InlineCodegen.
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package inline
|
||||
|
||||
class A {
|
||||
var z = 0
|
||||
|
||||
@JvmName("fff")
|
||||
inline fun f(): Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user