Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
javaDoc
/
Exception4.java
blob: 982cd2cc936869589afce7653f485cfbb8e3bfaf [
file
] [
log
] [
blame
]
class
Test
{
/**
* @throws <warning>Integer</warning> sometimes
*/
public
void
<
warning
>
foo
</
warning
>()
throws
Exception
{}
}