 For example: ```kotlin package fun.example //bad package `fun`.example //good import fun.example //bad import `fun`.example //good ```