partial support for 'abstract' modifier added

This commit is contained in:
svtk
2011-09-06 13:25:56 +04:00
parent 07b2ab347d
commit fa631503ef
37 changed files with 388 additions and 127 deletions
+2 -2
View File
@@ -60,11 +60,11 @@ namespace nestedObejcts {
namespace localObjects {
object A {
val x : Int
val x : Int = 0
}
class Foo {
fun foo() : Int
fun foo() : Int = 1
}
fun test() {