KT-9883 prohibit using spread operator for nullable value
#KT-9883 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class A {
|
||||
public int foo(int x, String ... args) {
|
||||
return x + args.length;
|
||||
}
|
||||
|
||||
public static String[] ar = new String[] { "a", "b"};
|
||||
}
|
||||
Reference in New Issue
Block a user