Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
redeclarations
/
ScriptAndClassConflict.ll.kts
blob: 9ab0e9c33ab3fa37f837a2348eda269373707605 [
file
]
// LL_FIR_DIVERGENCE
// KT-62861: Currently in LL FIR we don't have support for script files inside source roots
// LL_FIR_DIVERGENCE
// FILE: f1.kt
package
test
class
A
class
F1
// FILE: A.kts
package
test
val x
=
1
class
F1