FIR IDE: move helpers for HasCommonSubtypeTestGenerated

This commit is contained in:
Tianyu Geng
2021-10-06 17:08:47 -07:00
committed by Ilya Kirillov
parent 26673d2b08
commit 80b3e2eb69
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,2 @@
fun typesHaveCommonSubtype(a: Any?, b: Any?) {}
fun typesHaveNoCommonSubtype(a: Any?, b: Any?) {}