Changed extension in parsing test data (jet -> kt)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package foo.bar;
|
||||
|
||||
class X
|
||||
|
||||
package foo.bar {
|
||||
fun foo() {
|
||||
package.foo.bar.X
|
||||
package.foo.bar.X()
|
||||
when (e) {
|
||||
is package.foo.bar.X<package.Y> -> {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user