Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
genericsHighlighting8
/
IDEA57563.java
blob: 183736232a93d26f7a183b531ee6c90e69078140 [
file
]
class
C
{
void
foo
(){}
}
class
D
extends
C
{
<
error descr
=
"'foo()' in 'D' clashes with 'foo()' in 'C'; both methods have same erasure, yet neither hides the other"
>
static
<
T
>
void
foo
()</
error
>{}
}