JVM_IR KT-47939 fixes after review

This commit is contained in:
Dmitry Petrov
2021-12-01 09:03:33 +03:00
committed by TeamCityServer
parent e179598457
commit 9eeb8f54fb
4 changed files with 64 additions and 15 deletions
@@ -31,7 +31,7 @@ public class FunctionReference extends CallableReference implements FunctionBase
* fun useSuspend(f: suspend () -> Unit) {}
* useSuspend(::target)
* </pre></ul>
* <ul>4 - whether it is a synthetic <code>fun interface</code> constructor, i.e., <pre>
* <ul>3 - whether it is a synthetic <code>fun interface</code> constructor, i.e., <pre>
* fun interface KRunnable {
* fun run()
* }