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