compiler testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Generic
|
||||
|
||||
trait Generic<N, NN: Any> {
|
||||
interface Generic<N, NN: Any> {
|
||||
fun a(n: N): N
|
||||
fun b(nn: NN): NN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user