Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
constructor.java
blob: 5e7c693be7f154fe7ee6aeb6db588044c75c19cf [
file
]
package
test
;
class
My
{
@constructor
My
()
{}
@constructor
int
foo
()
{
return
1
;
}
}