Files
kotlin-fork/compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker2.kt
T
Mikhael Bogdanov 7854e9c3d7 Update CLI tests
2021-07-29 19:45:54 +02:00

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()
}