[IR] Fix functional type sample
This commit is contained in:
committed by
TeamCityServer
parent
b44da21f59
commit
c148a12e4b
Vendored
+2
-2
@@ -4,10 +4,10 @@
|
||||
|
||||
class Param
|
||||
class O {
|
||||
val o = "o"
|
||||
val o = "O"
|
||||
}
|
||||
class K {
|
||||
val k = "k"
|
||||
val k = "K"
|
||||
}
|
||||
|
||||
context(O)
|
||||
|
||||
Reference in New Issue
Block a user