fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ class A<in I> {
|
||||
|
||||
private fun foo(): I = null!!
|
||||
|
||||
{
|
||||
init {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ class A<in I> {
|
||||
|
||||
private fun foo(): I = null!!
|
||||
|
||||
{
|
||||
init {
|
||||
this.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user