82dc684309
Original commit: 8d1480e877
5 lines
52 B
Kotlin
5 lines
52 B
Kotlin
package inline
|
|
|
|
inline fun f(): Int {
|
|
return 0
|
|
} |