Wrong package light file with package class
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test.kotlin
|
||||
|
||||
fun foo(a: Any): Any = a
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
package test.kotlin
|
||||
|
||||
fun foo(a: Any): Any = a
|
||||