4 lines
142 B
Kotlin
Vendored
4 lines
142 B
Kotlin
Vendored
// "Create expected class in common module testModule_Common" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual inline class InlineMe<caret>(actual val x: Int) |