33914a3a94
#KT-31924 Fixed
18 lines
354 B
Plaintext
Vendored
18 lines
354 B
Plaintext
Vendored
// INTENTION_TEXT: "Add import for 'pack.name.Fixtures'"
|
|
|
|
package pack.name
|
|
|
|
class Fixtures {
|
|
class Register {
|
|
class Domain {
|
|
object UserRepository {
|
|
val authSuccess = true
|
|
val authError = false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
fun test() {
|
|
Fixtures.Register.Domain.UserRepository.authSuccess
|
|
} |