Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
/
javadoc
/
Exception2.java
blob: 6e9971bd6b45416789980e584350c63914a90225 [
file
]
class
Test
{
/**
* @exception <caret>
*/
public
void
foo
()
throws
java
.
io
.
IOException
,
IllegalStateException
{}
}