mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Added packageTest.pde for package test overrride.
This commit is contained in:
3
java/test/resources/packageTest.pde
Normal file
3
java/test/resources/packageTest.pde
Normal file
@@ -0,0 +1,3 @@
|
||||
import java.util.*;
|
||||
|
||||
List<String> test = new ArrayList<>();
|
||||
Reference in New Issue
Block a user