summaryrefslogtreecommitdiff
path: root/java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java')
-rw-r--r--java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java b/java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java
new file mode 100644
index 000000000000..e916bd0a5dab
--- /dev/null
+++ b/java/typeMigration/testData/refactoring/typeMigration/t91/before/test.java
@@ -0,0 +1,5 @@
+public class Test {
+ String foo(){
+ return "";
+ }
+} \ No newline at end of file