Namespace aliases fixed

This commit is contained in:
Andrey Breslav
2011-10-13 15:06:12 +04:00
parent a1be8afd61
commit d0c2c82197
4 changed files with 21 additions and 3 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ namespace null_safety {
val command = parse("")
command<error>.</error>foo
command.foo
command.equals(null)
command<warning>?.</warning>equals(null)
command?.equals(null)
command.equals1(null)
command<warning>?.</warning>equals1(null)