compiler testdata: s/trait/interface
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
|
||||
class ConstructorTypeParamClassObjectTypeConflict<test> {
|
||||
companion object {
|
||||
trait test
|
||||
interface test
|
||||
}
|
||||
|
||||
val some: test? = throw Exception()
|
||||
|
||||
Reference in New Issue
Block a user