Parse const as soft modifier keyword

This commit is contained in:
Denis Zharkov
2015-09-21 15:33:35 +03:00
parent 4a3ac474ca
commit 02b64ce1ed
15 changed files with 64 additions and 3 deletions
+4
View File
@@ -60,6 +60,7 @@ ref
val param
val sparam
val lateinit
val const
get() = a
set(S : s) {}
@@ -94,6 +95,7 @@ ref
fun param () : param
fun sparam () : sparam
fun lateinit () : lateinit
fun const () : const
fun test(
abstract : t,
@@ -125,6 +127,7 @@ ref
param : t,
sparam : t,
lateinit : t,
const : t,
public protected private internal abstract
open
enum
@@ -173,6 +176,7 @@ class F(val foo : bar,
param : t,
sparam : t,
lateinit : t,
const : t,
public protected private internal abstract
open
enum