Optimize DataFlowInfo.and()
Instead of copying everything, we now only completely copy one data flow info and use another as a delegation target
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
fun foo(x: Number) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
if (x is Int) {
|
||||
} } } } } } } } } } } } } } }
|
||||
}
|
||||
Reference in New Issue
Block a user