IDE testdata: s/trait/interface
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// "Create class 'Foo'" "true"
|
||||
|
||||
trait A
|
||||
interface A
|
||||
|
||||
fun test(): A = <caret>Foo(2, "2")
|
||||
Reference in New Issue
Block a user