Explanation for BaseTransformedType

This commit is contained in:
Mikhail Glukhikh
2019-01-11 16:12:44 +03:00
parent dbdc57769b
commit 10b6ab949e
@@ -5,4 +5,7 @@
package org.jetbrains.kotlin.fir
// This annotation marks FIR interfaces which may be used as transformer function results
// In case some interface is not marked, transformer function returns closest parent marked with this annotation
annotation class BaseTransformedType