'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun Any?.foo() {}
|
||||
|
||||
fun test(f : Foo?) {
|
||||
f.foo()
|
||||
}
|
||||
Reference in New Issue
Block a user