fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
val some = 12
|
||||
class Some(someParam : Int) {
|
||||
{
|
||||
init {
|
||||
fun internalFun(someInternal : Int) : Int {
|
||||
return some<caret>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user