Uast: Fix getExpressionType for elvis expression
#KT-18997 Fixed Target Versions 1.1.5
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
fun foo(text: String?) = bar(text ?: return)
|
||||
|
||||
fun bar(o: Any) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user