FIR: Render fun status flag in FirRenderer.
This commit is contained in:
committed by
teamcityserver
parent
efe3f7b87e
commit
578fcf2ebf
+1
-1
@@ -1,5 +1,5 @@
|
||||
FILE: funInterfaceConstructorReference.kt
|
||||
public abstract interface Test : R|kotlin/Any| {
|
||||
public abstract fun interface Test : R|kotlin/Any| {
|
||||
public abstract fun foo(): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
FILE: kotlinSam.kt
|
||||
public abstract interface MyRunnable : R|kotlin/Any| {
|
||||
public abstract fun interface MyRunnable : R|kotlin/Any| {
|
||||
public abstract fun foo(x: R|kotlin/Int|): R|kotlin/Boolean|
|
||||
|
||||
}
|
||||
public final fun foo(m: R|MyRunnable|): R|kotlin/Unit| {
|
||||
}
|
||||
private abstract interface PrivateRunnable : R|kotlin/Any| {
|
||||
private abstract fun interface PrivateRunnable : R|kotlin/Any| {
|
||||
public abstract fun bar(x: R|kotlin/String|): R|kotlin/Boolean|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user