Renamed test data folder
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
internal class C {
|
||||
fun foo(s: String?): String {
|
||||
return s ?: ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user