[Analysis API] add info about context receivers to the Analysis API

This commit is contained in:
Ilya Kirillov
2022-06-30 17:52:10 +02:00
parent 2f822ab4d9
commit 8f89f1b368
40 changed files with 481 additions and 16 deletions
@@ -0,0 +1,4 @@
context(kotlin.Int, s@kotlin.String)
class A {
constructor(int: Int) {}
}