Files
processing4/app/test/resources/bug1515.pde
2010-03-18 15:09:06 +00:00

7 lines
223 B
Plaintext

// a class definition that does something with things that extend PApplet
class Heythere<T extends PApplet>{
}
// method definition which can do things with papplet
public <T extends PApplet> void doSomething( T thing ){
}