'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun test() {
|
||||
val out : Int? = null
|
||||
val x : Nothing? = null
|
||||
if (out != x)
|
||||
out.plus(1)
|
||||
if (out == x) return
|
||||
out.plus(1)
|
||||
}
|
||||
Reference in New Issue
Block a user