Update CLI tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//This test is extracted from useDeclarationThatWasExperimentalWithoutMarker.kt to check warnings in ouput
|
||||
fun test(p: ULong) {
|
||||
val z: ULong = p
|
||||
z.inv()
|
||||
}
|
||||
Reference in New Issue
Block a user