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