NotCompilable.java 75 Bytes
Newer Older
Lukas Wiest's avatar
Lukas Wiest committed
1
2
3
4
5
6
package de.hftstuttgart.ip2;

public class NotCompilable
{
    int a = 5
}