Update incompatibleClassScopesWithImplTypeAlias test
Caused by: KT-62590 Now we have the pipeline: 1. Match declarations 2. Run checkers on matched declarations Since the constructors with empty parameters match we only report "checking incompatibility" about their incompatible visibility Before the pipeline introduction, we were running matching and checking checks together
This commit is contained in:
Vendored
-2
@@ -11,8 +11,6 @@ compiler/testData/multiplatform/regressions/incompatibleClassScopesWithImplTypeA
|
||||
|
||||
The following declaration is incompatible because visibility is different:
|
||||
constructor(): Writer
|
||||
The following declaration is incompatible because number of value parameters is different:
|
||||
constructor(p0: Any!): Writer
|
||||
|
||||
actual typealias Writer = java.io.Writer
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user