1
0
Martin Plümicke 5f89188d00 new file: ../../test/bytecode/Tph5Test.java
new file:   ../../test/bytecode/javFiles/Tph5.jav
erzeugt Typfehler zur Laufzeit mit
mport java.util.Vector;

public class Tph5Use {
	public static  void main(String[] args) {
		Tph5 tph5 = new Tph5();
		Integer i = tph5.<Integer, Integer, Integer, Integer>m(1,2,3);
		String s = tph5.<String, String, Integer, Integer>m("xx",2,3);
	}
}
2018-08-13 18:19:02 +02:00
..
2018-07-14 09:28:13 +02:00
2018-08-06 16:14:09 +02:00
2018-03-14 15:51:38 +01:00
2018-05-02 20:54:07 +02:00
2018-03-24 20:28:26 +01:00
2018-04-18 11:51:10 +02:00
2018-07-18 13:51:05 +02:00
2018-08-03 13:48:45 +02:00