*** empty log message ***
This commit is contained in:
6
ase/test/awk/err-021.out
Normal file
6
ase/test/awk/err-021.out
Normal file
@ -0,0 +1,6 @@
|
||||
BEGIN {
|
||||
xx = 20;
|
||||
split ("a b c",xx);
|
||||
}
|
||||
|
||||
RUN ERROR: CODE [99] LINE [3] cannot change a scalar value to a map
|
Reference in New Issue
Block a user