[FIR] Add NOT_YET_SUPPORTED_IN_INLINE diagnostic
This commit is contained in:
committed by
teamcityserver
parent
bc75a21852
commit
28344c8530
-13
@@ -1,13 +0,0 @@
|
||||
public fun test() {
|
||||
|
||||
class Z {
|
||||
public fun localFun() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
inline fun localFun2() {
|
||||
Z().localFun()
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
public fun test() {
|
||||
|
||||
class Z {
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
public fun test() {
|
||||
|
||||
fun localFun() {
|
||||
|
||||
}
|
||||
|
||||
inline fun localFun2() {
|
||||
localFun()
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
public fun test() {
|
||||
|
||||
fun localFun() {
|
||||
|
||||
Reference in New Issue
Block a user