Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
publishedApi
/
extension.kt
blob: f7c197ab4277fefbe8dbe0b86c123f85ac236f94 [
file
] [
log
] [
blame
]
// "Replace with generated @PublishedApi bridge call '`access$test`(...)'" "true"
annotation
class
Z
open
class
ABase
{
@Z
protected
fun
String
.
test
(
p
:
Int
)
{
}
inline
fun test
()
{
{
"123"
.<
caret
>
test
(
1
)
}()
}
}