Analyze Data Flow: Initial implementation
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// FLOW: OUT
|
||||
|
||||
class A {
|
||||
operator fun <caret>plus(n: Int) = this
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val x = A() + 2
|
||||
}
|
||||
Reference in New Issue
Block a user