Fix built-ins overridability issue

See the comment for clarification

 #KT-15097 Fixed
This commit is contained in:
Denis Zharkov
2016-12-16 19:42:22 +03:00
parent e02d281ed4
commit 2dd7d89048
4 changed files with 140 additions and 0 deletions
@@ -0,0 +1,3 @@
import java.security.Provider
class Example : Provider("A", 1.0, "B")