partial support for 'abstract' modifier added
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user