mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
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.
4 lines
39 B
Java
4 lines
39 B
Java
package zpkg;
|
|
|
|
public @interface A { }
|