Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
hasStableParameterNames
/
source.kt
blob: 6a3c6ee043fd99817f31c5ea9a9bd17ebf163630 [
file
]
fun test
()
{
val ktInstance
=
KtClass
()
// Shouldn't work but is kept for backward compatibility with K1
// When KT-4758 is fixed, this should break.
ktInstance
.
foo
(
javaName
=
1
)
}