Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
EmptyTupleAssignability.groovy
blob: f3aa4ba3f87c472edb67edbaba444ac6b57c1750 [
file
] [
log
] [
blame
]
class
Foo
{
Foo
(
List
<
String
>
l
)
{
}
}
class
Bar
extends
Foo
{
def
Bar
()
{
super
([])
}
}