[FIR] Fix some missing EXPECTED_DECLARATION_WITH_BODY
This commit is contained in:
committed by
Space Team
parent
8f4a580c17
commit
5f1e2764c3
Vendored
+2
-2
@@ -5,11 +5,11 @@
|
||||
val constructorProperty: String,
|
||||
constructorParameter: String
|
||||
) {
|
||||
init {
|
||||
<!EXPECTED_DECLARATION_WITH_BODY!>init<!> {
|
||||
"no"
|
||||
}
|
||||
|
||||
constructor(s: String) {
|
||||
<!EXPECTED_DECLARATION_WITH_BODY!>constructor(s: String)<!> {
|
||||
"no"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user