fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -3,7 +3,7 @@ val testExternal
|
||||
class Some(testParam : Int) {
|
||||
private val myVal : Int
|
||||
|
||||
{
|
||||
init {
|
||||
val testing = 12
|
||||
myVal = test<caret>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user