Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
prop
/
ExtValIntCharSequence.kt
blob: 4d11a8c99f38fd09acc286f9a6b20126c96f0ff3 [
file
]
package
test
import
java
.
lang
.
CharSequence
val
Int
.
ggg
:
CharSequence
get
()
=
throw
Exception
()