Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
SOFInDelegate.groovy
blob: 25dd285c06dbc6a7498c9568125b45789b2d5b34 [
file
] [
log
] [
blame
]
class
Bar
{
@Delegate
Foo
foo
}
class
Foo
{
@Delegate
Bar
bar
}
Foo
foo
=
new
Foo
()