Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
asJava
/
lightClassStructure
/
PlatformStaticMethodsGenerics.kt
blob: bdcfefbc1ffe58758032ccde9ea545205042558f [
file
]
package
test
class
PlatformStaticClass
{
companion
object
{
@JvmStatic
fun
<
T
>
inClassObject
()
{}
}
fun
<
T
>
inClass
()
{}
}