Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
hasStableParameterNames
/
source.kt
blob: 6a3c6ee043fd99817f31c5ea9a9bd17ebf163630 [
file
] [
log
] [
blame
]
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
)
}