[PL][tests] K/JS: Avoid any unexpected warnings to appear in tests
This commit is contained in:
committed by
Space Team
parent
715aba3d18
commit
938146749d
@@ -1,3 +1,5 @@
|
||||
@file:Suppress("NOTHING_TO_INLINE")
|
||||
|
||||
fun getInterfaceToAbstractClass() = object : InterfaceToAbstractClass {}
|
||||
inline fun getInterfaceToAbstractClassInline() = object : InterfaceToAbstractClass {}
|
||||
fun getInterfaceToAbstractClassAsAny(): Any = object : InterfaceToAbstractClass {}
|
||||
|
||||
Reference in New Issue
Block a user