mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
restore comments: simplify typed lambda
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ class ReturnTypeCompatibility {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
call("", (Str<caret>ing i) -> "");
|
||||
call("", (Str<caret>ing/*comment*/ i) -> "");
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -10,6 +10,6 @@ class ReturnTypeCompatibility {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
call("", i -> "");
|
||||
call("", i -> /*comment*/ "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user