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