fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -2,7 +2,7 @@ val testGlobal = 12
|
||||
|
||||
val test : Int get() {
|
||||
class SomeMore(testParam : Int) {
|
||||
{
|
||||
init {
|
||||
tes<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user