Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
multiFileHighlighting
/
dependencies
/
A.java
blob: 8818eaeeeb3a285ac9578a9b2355b19373f44086 [
file
]
package
dependencies
;
import
sealedClass
.
Foo
;
public
class
A
{
public
static
class
B
<
T
>
{
}
public
static
B
<
Foo
.
Bar
>
myList
=
null
;
public
static
<
T
>
T bar
(
B
<
T
>
tb
)
{
return
null
;
}
}