Added init keyword to testdata
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ var aDelegate: Int by Delegates.notNull()
|
||||
val aLambda = { 1 + 1 }
|
||||
|
||||
class A {
|
||||
{
|
||||
init {
|
||||
// EXPRESSION: i
|
||||
// RESULT: 1: I
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
class A {
|
||||
{
|
||||
init {
|
||||
val a = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
class A {
|
||||
{
|
||||
init {
|
||||
val a = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user