Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
TraitImpl.kt
blob: 14d5affe430ac1cdcc26064c62eb6624306313ea [
file
]
package
test
interface
Trait
{
fun simple
()
{
}
fun
generic
(
list
:
List
<
String
>)
{
}
}