compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// KT-174 Nullability info for extension function receivers
|
||||
trait Tree {}
|
||||
interface Tree {}
|
||||
|
||||
fun Any?.TreeValue() : Tree {
|
||||
if (this is Tree) return <!DEBUG_INFO_SMARTCAST!>this<!>
|
||||
|
||||
Reference in New Issue
Block a user