Files
codeql/java/ql/integration-tests/all-platforms/kotlin/nullability-annotations/zpkg/A.java
Chris Smowton 70ebb41d67 Restore nullability annotations
This is imperfect since arguments to those annotations will be missing, but at least the common case of a plain `@NotNull` or `@Nullable` will be right, and the `@NotNull`s introduced by the Kotlin compiler will be present as expected.
2022-12-09 10:33:05 +00:00

4 lines
39 B
Java

package zpkg;
public @interface A { }