1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-07-24 13:54:45 +02:00
org.aspectj/tests/new/VoidField.java

9 satır
194 B
Java
Ham Normal Görünüm Geçmiş

2002-12-16 19:51:06 +01:00
public class VoidField {
void f; // ERR field is void
public static void main(String[] args) {
void var; // ERR var is void
}
void m(void x) { } // ERR formal is void
}