Added error 'public member should specify type' and quick fix

This commit is contained in:
svtk
2011-10-04 14:48:19 +04:00
parent 29e76fda51
commit bdf4173680
21 changed files with 203 additions and 32 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class Outer() {
val outer: Outer get() = this@Outer
}
public val x = Inner()
public val x : Inner = Inner()
}
fun box() : String {