mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Fix for KT-6106: Using platformStatic crashes intellisense (but not Compiler)
#KT-6106 Fixed
This commit is contained in:
committed by
Michael Bogdanov
parent
c50ca3ab86
commit
ea69f5a9a6
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
class PlatformStaticClass {
|
||||
class object {
|
||||
platformStatic
|
||||
fun inClassObject<T>() {}
|
||||
}
|
||||
|
||||
fun inClass<T>() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user