Rewritten NameValidatorImpl to be both more efficient and more correct
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class For
|
||||
|
||||
val For.parent: For
|
||||
get() = For()
|
||||
|
||||
fun foo(f: For) {
|
||||
val parent = f.parent
|
||||
}
|
||||
Reference in New Issue
Block a user