Scripting: add check for 'kotlin' package similar to the regular sources

#KT-52598 fixed
This commit is contained in:
Ilya Chernikov
2022-05-31 15:55:47 +02:00
committed by teamcity
parent f5950ac8f3
commit a8c4ea04c8
6 changed files with 53 additions and 3 deletions
@@ -1,4 +1,4 @@
package kotlin.scripting.fibonacci
package org.jetbrains.kotlin.scripting.fibonacci
// this script expected parameter num : Int
fun fib(n: Int): Int {