Searched refs:IllegalImportException (Results 1 – 3 of 3) sorted by relevance
28 class IllegalImportException(message: String, context: ParsingContext) : class
46 throw IllegalImportException("Wildcard static imports of $className " + in <lambda>()
59 @Test(expected = IllegalImportException::class)