'quick' directory renamed to 'tests' which reflects its contents
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// KT-174 Nullability info for extension function receivers
|
||||
// +JDK
|
||||
trait Tree {}
|
||||
|
||||
fun Any?.TreeValue() : Tree {
|
||||
if (this is Tree) return this
|
||||
throw Exception()
|
||||
}
|
||||
Reference in New Issue
Block a user