Fix test data for safe delete test
(cherry picked from commit 25f363d)
This commit is contained in:
committed by
Dmitry Petrov
parent
50ff146865
commit
12d5aca9d6
Vendored
+1
-1
@@ -2,7 +2,7 @@ package test;
|
||||
|
||||
class A {
|
||||
void bar() {
|
||||
TestPackage.foo(
|
||||
LambdaArgExtKt.foo(
|
||||
"", 10, new Function1<Integer, Unit>() {
|
||||
public Unit invoke(Integer n) {
|
||||
System.out.println(n);
|
||||
|
||||
Reference in New Issue
Block a user