Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
DuplicateFields.groovy
blob: e9f8b3d405d3724255f758af3300f4518451e62f [
file
] [
log
] [
blame
]
class
Bar
{
def
foo
=
1
def
<
error descr
=
"Field 'foo' already defined"
>
foo
</
error
>
=
2
}