Resolve constructors declared in traits and objects
It prevents exceptions and produces less red code #EA-68667 Fixed
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ interface Foo<error>()</error> : <warning>bar</warning><error>()</error>, <error
|
||||
interface Foo2 : <warning>bar</warning>, Foo {
|
||||
}
|
||||
|
||||
open class Foo1() : bar(), <error>bar</error>, Foo, <error>Foo</error><error>()</error> {}
|
||||
open class Foo1() : bar(), <error>bar</error>, Foo, <error>Foo</error>() {}
|
||||
open class Foo12 : bar(), <error>bar</error> {}
|
||||
Reference in New Issue
Block a user