Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cli
/
jvm
/
progressive
/
tailrecOnVirtualMember.kt
blob: a515aa2d9795567285b749656f54267d1616c5e4 [
file
]
open
class
A
{
tailrec open fun foo
(
x
:
Int
)
{}
}