JET-16 Check property initializers as parts of the primary constructor's body
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Test {
|
||||
class Test() {
|
||||
<info>abstract</info> val x : Int
|
||||
<info>abstract</info> val x1 : Int <info>get</info>
|
||||
<info>abstract</info> val x2 : Int <info>get</info>() = 1
|
||||
|
||||
Reference in New Issue
Block a user