Package names unified in test data
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package Hello
|
||||
package hello
|
||||
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
package Hello
|
||||
package hello
|
||||
|
||||
fun foo() {}
|
||||