[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// !DIAGNOSTICS: -NOTHING_TO_INLINE
|
||||
// !LANGUAGE: -InlineProperties
|
||||
|
||||
inline fun String.test() {
|
||||
}
|
||||
|
||||
inline fun test() {
|
||||
}
|
||||
|
||||
class A {
|
||||
inline fun String.test() {
|
||||
}
|
||||
|
||||
inline fun test() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user