b154f74b99
Preparing to use wrapped properties in InlineCodegen.
Original commit: 8e24256f95
8 lines
90 B
Groff
8 lines
90 B
Groff
package inline
|
|
|
|
class A {
|
|
var z = 0
|
|
|
|
@JvmName("fff")
|
|
inline fun f(): Int = 1
|
|
} |