Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtValTIntInClass.kt
blob: b1eb29567edaa10da8eab821e579390ca6fa70de [
file
]
package
test
class
ExtValPIntInClass
<
P
>
{
val P
.
asas
:
Int
get
()
=
throw
Exception
()
}