Introduce FirInitializerTypeMismatchChecker
This commit is contained in:
@@ -9,4 +9,4 @@ open class Bar() : <!OTHER_ERROR!>Foo<!>() {
|
||||
|
||||
}
|
||||
|
||||
val x : Int = Foo()
|
||||
val x : Int = <!INITIALIZER_TYPE_MISMATCH!>Foo()<!>
|
||||
|
||||
Reference in New Issue
Block a user