Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
symbolMemoryLeak
/
symbols.kt
blob: 442c10530d576a223a5e9f26997ca9bd2515c3d9 [
file
]
fun
<
R
>
x
(
p
:
R
):
Int
{
}
class
Y
<
T
>
{
fun a
()
=
1
}
var
z
:
Int
get
=
10
set
(
value
)
{}
object
Q
val z
:
String
=
""
fun yyy
()
{
// val q = 10
// fun aaa() {}
//
// class F {}
}
typealias
Str
=
String
interface
I
{
fun str
():
String
}