Home
last modified time | relevance | path

Searched defs:declarationWarning (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/Definitions/
H A DMonad.hs245 declarationWarning' w loc = niceWarning $ DeclarationWarning loc w function
248 declarationWarning = withCallerCallStack . declarationWarning' function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/preview/
H A DPreviewAutoSuppress.java66 public void declarationWarning(Path base) throws Exception { in declarationWarning() method in PreviewAutoSuppress