blob: 632bf45d238cc9b1e52e14bb50a4b4f8a63671fe [file] [log] [blame]
/*
* @test
* @summary Test for Issue 1427.
* https://github.com/typetools/checker-framework/issues/1427
*
* @compile B.java
* @compile -XDrawDiagnostics -processor org.checkerframework.checker.tainting.TaintingChecker T.java
*/
public class T {
{
Three.c().g().f().build();
}
}