[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
class A<T> {
|
||||
class T
|
||||
|
||||
object E {
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
class F {
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
inner class I {
|
||||
init {
|
||||
T() // todo: https://jetbrains.quip.com/hPM5AJcc1nca
|
||||
}
|
||||
}
|
||||
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
class B<T> {
|
||||
companion object {
|
||||
class T;
|
||||
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
object E {
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
class F {
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
inner class I {
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
|
||||
init {
|
||||
T()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user