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