5 lines
162 B
Kotlin
Vendored
5 lines
162 B
Kotlin
Vendored
//This test is extracted from useDeclarationThatWasExperimentalWithoutMarker.kt to check warnings in ouput
|
|
fun test(p: ULong) {
|
|
val z: ULong = p
|
|
z.inv()
|
|
} |