06095e86ca
#KT-65072 Fixed
5 lines
116 B
Kotlin
Vendored
5 lines
116 B
Kotlin
Vendored
//this file could be in the same or in the different compilation module
|
|
package test
|
|
|
|
inline fun inlineFun() = Unit
|