xref
: /
aosp_15_r20
/
external
/
turbine
/
javatests
/
com
/
google
/
turbine
/
lower
/
testdata
/
local.test
(revision f7d94438c8bcdfdbf0d5a2a5e40120d0696e7088)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
===
T.java
===
2
class T {
3
Object f() {
4
class Local {
5
}
6
return new Local();
7
}
8
}