blob: 7c0495b4150301db4c006ea987e9eef68f1db4cf [file] [log] [blame]
/*
* @test
* @summary Test case for Issue 1542 https://github.com/typetools/checker-framework/issues/1542
*
* @compile -XDrawDiagnostics issue1542/NeedsIntRange.java issue1542/Stub.java issue1542/ExampleAnno.java
* @compile -XDrawDiagnostics -processor org.checkerframework.common.value.ValueChecker issue1542/UsesIntRange.java -Astubs=issue1542/ -AstubWarnIfNotFound -Werror
*/
public class Issue1542Driver {}