mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -5,7 +5,7 @@ class A {
|
||||
<caret>fun foo() {
|
||||
|
||||
}
|
||||
{
|
||||
init {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user