Moved @NoInfer, @Exact to internal package

This commit is contained in:
Svetlana Isakova
2015-10-15 21:32:58 +03:00
parent b401d46ae4
commit 566e27788f
5 changed files with 10 additions and 9 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package kotlin
package kotlin.internal
/**
* Specifies that the corresponding type should be ignored during type inference.
@@ -2,6 +2,7 @@
package kotlin.properties
import kotlin.reflect.KProperty
import kotlin.internal.Exact
/**
* Returns the value of the property for the given object from this read-only map.