blob: 380667a09ad09e1e9fbc30506f90cd1d0ebcd0f3 [file] [log] [blame]
// Test case for Issue #2082:
// https://github.com/typetools/checker-framework/issues/2082
import java.util.concurrent.Callable;
public class Issue2082 {
Callable foo = () -> 0;
}