'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun ff(<!UNUSED_PARAMETER!>a<!>: String) = 1
|
||||
|
||||
fun gg() {
|
||||
val a: String? = ""
|
||||
|
||||
if (a != null) {
|
||||
ff(a)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user